home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / eulisp / feel0_89.lha / Feel / Modules / standard.em < prev    next >
Text File  |  1993-07-15  |  233b  |  22 lines

  1. ;; Eulisp Module
  2. ;; Author: pab
  3. ;; File: standard.em
  4. ;; Date: Thu Dec 17 13:18:54 1992
  5. ;;
  6. ;; Project:
  7. ;; Description: 
  8. ;;
  9.  
  10. (defmodule standard
  11.   (eulisp0
  12.    )
  13.   ()
  14.   
  15.   (expose eulisp0)
  16.  
  17.   
  18.   (deflocal *Hack* 1)
  19.  
  20.   ;; end module
  21.   )
  22.